home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / sound / players / naudio.lzh / naudio / examples / ex.h next >
Text File  |  1993-11-17  |  528b  |  12 lines

  1. /* resource set indices for EX */
  2.  
  3. #define T_DIAL                             0 /* form/dialog */
  4. #define D_DIAL                             0 /* BOX in tree T_DIAL */
  5. #define D_SAVE                             1 /* BUTTON in tree T_DIAL */
  6. #define D_PLAY                             2 /* BUTTON in tree T_DIAL */
  7. #define D_LOAD                             3 /* BUTTON in tree T_DIAL */
  8.  
  9. #define T_MENU                             1 /* menu */
  10. #define M_FILE                             4 /* TITLE in tree T_MENU */
  11.  
  12.